getDoubleValue1

abstract fun getDoubleValue1(): Double

Gets the first generic value, attempting to interpret it as a double.

Implementations should handle potential NumberFormatException if the underlying string value is not a valid double. It's recommended that implementations document their behavior in such cases.

Return

The first value as a double. Behavior on parsing error is implementation-dependent.